home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / fractal / kaos.lha / fixptlib / fp_algorithm_proc.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-18  |  302 b   |  19 lines

  1. /* 
  2. ### procedure for selecting an iteration algorithm for computing periodic orbits ###
  3. */
  4.  
  5. #include <suntool/sunview.h>
  6. #include <suntool/canvas.h>
  7.  
  8. void
  9. fp_algorithm_proc(canvas,value,event)
  10. Canvas canvas;
  11. int value;
  12. Event *event;
  13. {
  14.         extern int fp_algorithm;
  15.  
  16.         fp_algorithm= value;
  17. }
  18.  
  19.